home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / microcode.ctl / README.Debian < prev    next >
Encoding:
Text File  |  2009-10-07  |  1.6 KB  |  47 lines

  1. microcode.ctl for Debian
  2. ----------------------
  3.  
  4. 1- The microcode_ctl works only on kernel the 2.2.18 and later or
  5.    on  2.4.0 and later.
  6.  
  7. 2- On kernel until 2.6.19, there is a bug that prevent to
  8.    load new intel microcodes. So, if you don't update the kernel,
  9.    the installation program will install a shorter version of
  10.    microcode data.
  11.  
  12. 3- If you recompile the kernel, make sure to include the microcode
  13.    support (CONFIG_MICROCODE).
  14.    (See 'kernel-package' and 'kernel-source-*' packages)
  15.  
  16. 4- microcode.ctl needs the microcode device to work.
  17.    Normally the device is in /dev/cpu/microcode , and the
  18.    installation script will create it if necessary.
  19.    
  20.    If you use 'devfsd' (only with newer kernel) the device is
  21.    created only in /dev/misc/cpu .
  22.    If you use 'udev', the device is in /dev/microcode
  23.  
  24.    In these cases, the boot script will find the device
  25.    correctly, but if you use the command "microcode_ctl", you
  26.    should explicy give the device path, using the option:
  27.    "-d DEVICE_NAME".
  28.  
  29.  
  30. OBTAINING THE INTEL MICROCODE
  31.  
  32. You have two options to opbtain the microcode:
  33.  
  34. - installing the "intel-microcode" package (on non-free section)
  35.  
  36. - Using the program "update-intel-microcode" (included in this
  37.   packages), which will download the newer microcode from Intel
  38.   website.
  39.  
  40. As alternative you can manually download the microcode from
  41. Intel website:
  42. http://downloadcenter.intel.com/Detail_Desc.aspx?ProductID=483&DwnldID=14303
  43. and put the microcode in /usr/share/misc/intel-microcode.dat .
  44.  
  45.  -- Giacomo Catenazzi <cate@debian.org>, Wed, 27 Feb 2008 08:13:27 +0100
  46.  
  47.